Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / AddCustomList Method / AddCustomList(String[]) Method
Specifies the source data


In This Topic
AddCustomList(String[]) Method
In This Topic
the list that you are trying to add already exists
Syntax
'Declaration
 
Public Overloads Function AddCustomList( _
   ByVal listArray() As String _
) As Boolean
 
'Usage
 
Dim instance As WorkbookSet
Dim listArray() As String
Dim value As Boolean
 
value = instance.AddCustomList(listArray)

Parameters

listArray
Specifies the source data

Return Value

true if the custom list is added; otherwise, false if the list that you are trying to add already exists.
See Also